home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dos/V Magazine 1995 September 1
/
CD [VMAG950901].bin
/
theway
/
contentp.dir
/
00043.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-07-13
|
257 b
|
12 lines
on enterFrame
set the movieTime of sprite 12 to 0
set the movieRate of sprite 12 to 1
end
on exitFrame
repeat while (the movieTime of sprite 12 < 9660) and (the mouseDown <> 1)
updateStage()
end repeat
set the movieTime of sprite 12 to 0
end